As it is working, <#175#><#2116#>rayshade<#2116#><#175#> informs you of its progress by writing
messages to a ``report file''. By default, the report file is the
standard error. The report itself consists of a number of
progress report lines consisting of the number of eye rays traced,
the total elapsed time, and the elapsed time since the last progress report.
The end of the report contains detailed statistics about intersection
tests performed, the number of rays traced, and the like.
- <#5675#><#5675#>
- <#1409#>report<#1409#> [<#1410#>verbose<#1410#>] [<#1411#>quiet<#1411#>] [<#1412#>freq<#1412#>] [<#1413#>file<#1413#>]
Specify the kind of
information included in the report and to which
file it should be written.
If <#182#>verbose<#182#> is specified, the
report will also include a listing of the options selected,
the
bounding volumes of each aggregate,
and the total number of primitives in each aggregate.
<#183#>quiet<#183#> causes warning
messages to be suppressed. <#184#>freq<#184#> specifies the frequency,
in scanlines rendered, that progress reports are made.
If given, <#185#>file<#185#> names a file to which the report
will be written.
By default, a non-verbose, non-quiet report is
written to the standard error once every 10 lines.
The <#187#>-V<#187#> option may also be used to direct the report to a named file.